View Builder

The View Builder is a graphical interactive view editor that allows to build a complex view based on multiple tables with complex join models in a simple way. It allows to enhance projected field by renaming them and using type converions.

As a result builder produces the SQL script like

CREATE VIEW views.NewView AS 
SELECT 
	...
FROM
    ...